Skip to content

Commit 1e89386

Browse files
authored
Merge pull request #6384 from connext/fix/remove_bware
fix: remove bware subgraph endpoints
2 parents cec972c + 8cc8337 commit 1e89386

File tree

69 files changed

+171556
-1277004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+171556
-1277004
lines changed

packages/adapters/subgraph/.graphclient/index.ts

+118,261-189,967
Large diffs are not rendered by default.

packages/adapters/subgraph/.graphclient/schema.graphql

+52,431-118,564
Large diffs are not rendered by default.

packages/adapters/subgraph/.graphclient/sources/Connext_Bnb/introspectionSchema.ts

+60
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,32 @@ const schemaAST = {
19481948
],
19491949
"directives": []
19501950
},
1951+
{
1952+
"kind": "EnumTypeDefinition",
1953+
"name": {
1954+
"kind": "Name",
1955+
"value": "Aggregation_interval"
1956+
},
1957+
"values": [
1958+
{
1959+
"kind": "EnumValueDefinition",
1960+
"name": {
1961+
"kind": "Name",
1962+
"value": "hour"
1963+
},
1964+
"directives": []
1965+
},
1966+
{
1967+
"kind": "EnumValueDefinition",
1968+
"name": {
1969+
"kind": "Name",
1970+
"value": "day"
1971+
},
1972+
"directives": []
1973+
}
1974+
],
1975+
"directives": []
1976+
},
19511977
{
19521978
"kind": "ObjectTypeDefinition",
19531979
"name": {
@@ -49776,6 +49802,19 @@ const schemaAST = {
4977649802
"interfaces": [],
4977749803
"directives": []
4977849804
},
49805+
{
49806+
"kind": "ScalarTypeDefinition",
49807+
"description": {
49808+
"kind": "StringValue",
49809+
"value": "A string representation of microseconds UNIX timestamp (16 digits)\n",
49810+
"block": true
49811+
},
49812+
"name": {
49813+
"kind": "Name",
49814+
"value": "Timestamp"
49815+
},
49816+
"directives": []
49817+
},
4977949818
{
4978049819
"kind": "EnumTypeDefinition",
4978149820
"name": {
@@ -49898,6 +49937,27 @@ const schemaAST = {
4989849937
}
4989949938
},
4990049939
"directives": []
49940+
},
49941+
{
49942+
"kind": "FieldDefinition",
49943+
"description": {
49944+
"kind": "StringValue",
49945+
"value": "The hash of the parent block",
49946+
"block": true
49947+
},
49948+
"name": {
49949+
"kind": "Name",
49950+
"value": "parentHash"
49951+
},
49952+
"arguments": [],
49953+
"type": {
49954+
"kind": "NamedType",
49955+
"name": {
49956+
"kind": "Name",
49957+
"value": "Bytes"
49958+
}
49959+
},
49960+
"directives": []
4990149961
}
4990249962
],
4990349963
"interfaces": [],

0 commit comments

Comments
 (0)