Skip to content

Commit

Permalink
feat: 5384 x1 testnet via fast path (#5473)
Browse files Browse the repository at this point in the history
* fix: rebuild graph-client

* feat: update op/slow mode hh task
  • Loading branch information
liu-zhipeng authored Jan 5, 2024
1 parent 6278f48 commit ab30b49
Show file tree
Hide file tree
Showing 15 changed files with 141,728 additions and 133,938 deletions.
132,066 changes: 66,302 additions & 65,764 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

108,202 changes: 54,348 additions & 53,854 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13987,19 +13987,6 @@ const schemaAST = {
],
"directives": []
},
{
"kind": "ScalarTypeDefinition",
"description": {
"kind": "StringValue",
"value": "8 bytes signed integer\n",
"block": true
},
"name": {
"kind": "Name",
"value": "Int8"
},
"directives": []
},
{
"kind": "ObjectTypeDefinition",
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,12 +966,6 @@ enum xdai_DestinationTransfer_orderBy {
reconciledTxNonce
}

"""
8 bytes signed integer
"""
scalar xdai_Int8

type xdai_OptimisticRootFinalized {
id: ID!
aggregateRoot: xdai_Bytes!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export type Scalars = {
xdai_BigDecimal: any;
BigInt: any;
xdai_Bytes: any;
xdai_Int8: any;
};

export type xdai_AggregateRoot = {
Expand Down
Loading

0 comments on commit ab30b49

Please sign in to comment.