Skip to content

Commit

Permalink
chore: rebuild after adding hosted service endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Jan 4, 2024
1 parent 23bcd9c commit a2cce9b
Show file tree
Hide file tree
Showing 8 changed files with 130,500 additions and 143,552 deletions.
141,114 changes: 70,127 additions & 70,987 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

101,673 changes: 50,427 additions & 51,246 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

27,361 changes: 7,992 additions & 19,369 deletions packages/adapters/subgraph/.graphclient/sources/Hub_Goerli/introspectionSchema.ts

Large diffs are not rendered by default.

1,076 changes: 63 additions & 1,013 deletions packages/adapters/subgraph/.graphclient/sources/Hub_Goerli/schema.graphql

Large diffs are not rendered by default.

934 changes: 12 additions & 922 deletions packages/adapters/subgraph/.graphclient/sources/Hub_Goerli/types.ts

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 @@ -219,6 +219,85 @@ enum mainnet_ArbitrumConnectorMeta_orderBy {
mirrorConnector
}

type mainnet_BaseConnectorMeta {
id: ID!
spokeDomain: BigInt!
hubDomain: BigInt!
amb: mainnet_Bytes!
rootManager: mainnet_Bytes!
mirrorConnector: mainnet_Bytes!
}

input mainnet_BaseConnectorMeta_filter {
id: ID
id_not: ID
id_gt: ID
id_lt: ID
id_gte: ID
id_lte: ID
id_in: [ID!]
id_not_in: [ID!]
spokeDomain: BigInt
spokeDomain_not: BigInt
spokeDomain_gt: BigInt
spokeDomain_lt: BigInt
spokeDomain_gte: BigInt
spokeDomain_lte: BigInt
spokeDomain_in: [BigInt!]
spokeDomain_not_in: [BigInt!]
hubDomain: BigInt
hubDomain_not: BigInt
hubDomain_gt: BigInt
hubDomain_lt: BigInt
hubDomain_gte: BigInt
hubDomain_lte: BigInt
hubDomain_in: [BigInt!]
hubDomain_not_in: [BigInt!]
amb: mainnet_Bytes
amb_not: mainnet_Bytes
amb_gt: mainnet_Bytes
amb_lt: mainnet_Bytes
amb_gte: mainnet_Bytes
amb_lte: mainnet_Bytes
amb_in: [mainnet_Bytes!]
amb_not_in: [mainnet_Bytes!]
amb_contains: mainnet_Bytes
amb_not_contains: mainnet_Bytes
rootManager: mainnet_Bytes
rootManager_not: mainnet_Bytes
rootManager_gt: mainnet_Bytes
rootManager_lt: mainnet_Bytes
rootManager_gte: mainnet_Bytes
rootManager_lte: mainnet_Bytes
rootManager_in: [mainnet_Bytes!]
rootManager_not_in: [mainnet_Bytes!]
rootManager_contains: mainnet_Bytes
rootManager_not_contains: mainnet_Bytes
mirrorConnector: mainnet_Bytes
mirrorConnector_not: mainnet_Bytes
mirrorConnector_gt: mainnet_Bytes
mirrorConnector_lt: mainnet_Bytes
mirrorConnector_gte: mainnet_Bytes
mirrorConnector_lte: mainnet_Bytes
mirrorConnector_in: [mainnet_Bytes!]
mirrorConnector_not_in: [mainnet_Bytes!]
mirrorConnector_contains: mainnet_Bytes
mirrorConnector_not_contains: mainnet_Bytes
"""Filter for the block changed event."""
_change_block: mainnet_BlockChangedFilter
and: [mainnet_BaseConnectorMeta_filter]
or: [mainnet_BaseConnectorMeta_filter]
}

enum mainnet_BaseConnectorMeta_orderBy {
id
spokeDomain
hubDomain
amb
rootManager
mirrorConnector
}

scalar mainnet_BigDecimal

scalar BigInt
Expand Down Expand Up @@ -1281,6 +1360,32 @@ type Query {
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): [mainnet_LineaConnectorMeta!]!
mainnet_baseConnectorMeta(
id: ID!
"""
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
"""
block: mainnet_Block_height
"""
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): mainnet_BaseConnectorMeta
mainnet_baseConnectorMetas(
skip: Int = 0
first: Int = 100
orderBy: mainnet_BaseConnectorMeta_orderBy
orderDirection: mainnet_OrderDirection
where: mainnet_BaseConnectorMeta_filter
"""
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
"""
block: mainnet_Block_height
"""
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): [mainnet_BaseConnectorMeta!]!
mainnet_rootMessageProcessed(
id: ID!
"""
Expand Down Expand Up @@ -2079,6 +2184,32 @@ type Subscription {
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): [mainnet_LineaConnectorMeta!]!
mainnet_baseConnectorMeta(
id: ID!
"""
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
"""
block: mainnet_Block_height
"""
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): mainnet_BaseConnectorMeta
mainnet_baseConnectorMetas(
skip: Int = 0
first: Int = 100
orderBy: mainnet_BaseConnectorMeta_orderBy
orderDirection: mainnet_OrderDirection
where: mainnet_BaseConnectorMeta_filter
"""
The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.
"""
block: mainnet_Block_height
"""
Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.
"""
subgraphError: _SubgraphErrorPolicy_! = deny
): [mainnet_BaseConnectorMeta!]!
mainnet_rootMessageProcessed(
id: ID!
"""
Expand Down
126 changes: 126 additions & 0 deletions packages/adapters/subgraph/.graphclient/sources/Hub_Mainnet/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,84 @@ export type mainnet_ArbitrumConnectorMeta_orderBy =
| 'rootManager'
| 'mirrorConnector';

export type mainnet_BaseConnectorMeta = {
id: Scalars['ID'];
spokeDomain: Scalars['BigInt'];
hubDomain: Scalars['BigInt'];
amb: Scalars['mainnet_Bytes'];
rootManager: Scalars['mainnet_Bytes'];
mirrorConnector: Scalars['mainnet_Bytes'];
};

export type mainnet_BaseConnectorMeta_filter = {
id?: InputMaybe<Scalars['ID']>;
id_not?: InputMaybe<Scalars['ID']>;
id_gt?: InputMaybe<Scalars['ID']>;
id_lt?: InputMaybe<Scalars['ID']>;
id_gte?: InputMaybe<Scalars['ID']>;
id_lte?: InputMaybe<Scalars['ID']>;
id_in?: InputMaybe<Array<Scalars['ID']>>;
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
spokeDomain?: InputMaybe<Scalars['BigInt']>;
spokeDomain_not?: InputMaybe<Scalars['BigInt']>;
spokeDomain_gt?: InputMaybe<Scalars['BigInt']>;
spokeDomain_lt?: InputMaybe<Scalars['BigInt']>;
spokeDomain_gte?: InputMaybe<Scalars['BigInt']>;
spokeDomain_lte?: InputMaybe<Scalars['BigInt']>;
spokeDomain_in?: InputMaybe<Array<Scalars['BigInt']>>;
spokeDomain_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
hubDomain?: InputMaybe<Scalars['BigInt']>;
hubDomain_not?: InputMaybe<Scalars['BigInt']>;
hubDomain_gt?: InputMaybe<Scalars['BigInt']>;
hubDomain_lt?: InputMaybe<Scalars['BigInt']>;
hubDomain_gte?: InputMaybe<Scalars['BigInt']>;
hubDomain_lte?: InputMaybe<Scalars['BigInt']>;
hubDomain_in?: InputMaybe<Array<Scalars['BigInt']>>;
hubDomain_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
amb?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_not?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_gt?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_lt?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_gte?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_lte?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
amb_not_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
amb_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
amb_not_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_not?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_gt?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_lt?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_gte?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_lte?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
rootManager_not_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
rootManager_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
rootManager_not_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_not?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_gt?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_lt?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_gte?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_lte?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
mirrorConnector_not_in?: InputMaybe<Array<Scalars['mainnet_Bytes']>>;
mirrorConnector_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
mirrorConnector_not_contains?: InputMaybe<Scalars['mainnet_Bytes']>;
/** Filter for the block changed event. */
_change_block?: InputMaybe<mainnet_BlockChangedFilter>;
and?: InputMaybe<Array<InputMaybe<mainnet_BaseConnectorMeta_filter>>>;
or?: InputMaybe<Array<InputMaybe<mainnet_BaseConnectorMeta_filter>>>;
};

export type mainnet_BaseConnectorMeta_orderBy =
| 'id'
| 'spokeDomain'
| 'hubDomain'
| 'amb'
| 'rootManager'
| 'mirrorConnector';

export type mainnet_BlockChangedFilter = {
number_gte: Scalars['Int'];
};
Expand Down Expand Up @@ -906,6 +984,8 @@ export type Query = {
mainnet_zkSyncConnectorMetas: Array<mainnet_ZkSyncConnectorMeta>;
mainnet_lineaConnectorMeta?: Maybe<mainnet_LineaConnectorMeta>;
mainnet_lineaConnectorMetas: Array<mainnet_LineaConnectorMeta>;
mainnet_baseConnectorMeta?: Maybe<mainnet_BaseConnectorMeta>;
mainnet_baseConnectorMetas: Array<mainnet_BaseConnectorMeta>;
mainnet_rootMessageProcessed?: Maybe<mainnet_RootMessageProcessed>;
mainnet_rootMessageProcesseds: Array<mainnet_RootMessageProcessed>;
mainnet_aggregateRootSavedSlow?: Maybe<mainnet_AggregateRootSavedSlow>;
Expand Down Expand Up @@ -1187,6 +1267,24 @@ export type Querymainnet_lineaConnectorMetasArgs = {
};


export type Querymainnet_baseConnectorMetaArgs = {
id: Scalars['ID'];
block?: InputMaybe<mainnet_Block_height>;
subgraphError?: _SubgraphErrorPolicy_;
};


export type Querymainnet_baseConnectorMetasArgs = {
skip?: InputMaybe<Scalars['Int']>;
first?: InputMaybe<Scalars['Int']>;
orderBy?: InputMaybe<mainnet_BaseConnectorMeta_orderBy>;
orderDirection?: InputMaybe<mainnet_OrderDirection>;
where?: InputMaybe<mainnet_BaseConnectorMeta_filter>;
block?: InputMaybe<mainnet_Block_height>;
subgraphError?: _SubgraphErrorPolicy_;
};


export type Querymainnet_rootMessageProcessedArgs = {
id: Scalars['ID'];
block?: InputMaybe<mainnet_Block_height>;
Expand Down Expand Up @@ -1596,6 +1694,8 @@ export type Subscription = {
mainnet_zkSyncConnectorMetas: Array<mainnet_ZkSyncConnectorMeta>;
mainnet_lineaConnectorMeta?: Maybe<mainnet_LineaConnectorMeta>;
mainnet_lineaConnectorMetas: Array<mainnet_LineaConnectorMeta>;
mainnet_baseConnectorMeta?: Maybe<mainnet_BaseConnectorMeta>;
mainnet_baseConnectorMetas: Array<mainnet_BaseConnectorMeta>;
mainnet_rootMessageProcessed?: Maybe<mainnet_RootMessageProcessed>;
mainnet_rootMessageProcesseds: Array<mainnet_RootMessageProcessed>;
mainnet_aggregateRootSavedSlow?: Maybe<mainnet_AggregateRootSavedSlow>;
Expand Down Expand Up @@ -1877,6 +1977,24 @@ export type Subscriptionmainnet_lineaConnectorMetasArgs = {
};


export type Subscriptionmainnet_baseConnectorMetaArgs = {
id: Scalars['ID'];
block?: InputMaybe<mainnet_Block_height>;
subgraphError?: _SubgraphErrorPolicy_;
};


export type Subscriptionmainnet_baseConnectorMetasArgs = {
skip?: InputMaybe<Scalars['Int']>;
first?: InputMaybe<Scalars['Int']>;
orderBy?: InputMaybe<mainnet_BaseConnectorMeta_orderBy>;
orderDirection?: InputMaybe<mainnet_OrderDirection>;
where?: InputMaybe<mainnet_BaseConnectorMeta_filter>;
block?: InputMaybe<mainnet_Block_height>;
subgraphError?: _SubgraphErrorPolicy_;
};


export type Subscriptionmainnet_rootMessageProcessedArgs = {
id: Scalars['ID'];
block?: InputMaybe<mainnet_Block_height>;
Expand Down Expand Up @@ -2106,6 +2224,10 @@ export type _SubgraphErrorPolicy_ =
/** null **/
mainnet_lineaConnectorMetas: InContextSdkMethod<Query['mainnet_lineaConnectorMetas'], Querymainnet_lineaConnectorMetasArgs, MeshContext>,
/** null **/
mainnet_baseConnectorMeta: InContextSdkMethod<Query['mainnet_baseConnectorMeta'], Querymainnet_baseConnectorMetaArgs, MeshContext>,
/** null **/
mainnet_baseConnectorMetas: InContextSdkMethod<Query['mainnet_baseConnectorMetas'], Querymainnet_baseConnectorMetasArgs, MeshContext>,
/** null **/
mainnet_rootMessageProcessed: InContextSdkMethod<Query['mainnet_rootMessageProcessed'], Querymainnet_rootMessageProcessedArgs, MeshContext>,
/** null **/
mainnet_rootMessageProcesseds: InContextSdkMethod<Query['mainnet_rootMessageProcesseds'], Querymainnet_rootMessageProcessedsArgs, MeshContext>,
Expand Down Expand Up @@ -2187,6 +2309,10 @@ export type _SubgraphErrorPolicy_ =
/** null **/
mainnet_lineaConnectorMetas: InContextSdkMethod<Subscription['mainnet_lineaConnectorMetas'], Subscriptionmainnet_lineaConnectorMetasArgs, MeshContext>,
/** null **/
mainnet_baseConnectorMeta: InContextSdkMethod<Subscription['mainnet_baseConnectorMeta'], Subscriptionmainnet_baseConnectorMetaArgs, MeshContext>,
/** null **/
mainnet_baseConnectorMetas: InContextSdkMethod<Subscription['mainnet_baseConnectorMetas'], Subscriptionmainnet_baseConnectorMetasArgs, MeshContext>,
/** null **/
mainnet_rootMessageProcessed: InContextSdkMethod<Subscription['mainnet_rootMessageProcessed'], Subscriptionmainnet_rootMessageProcessedArgs, MeshContext>,
/** null **/
mainnet_rootMessageProcesseds: InContextSdkMethod<Subscription['mainnet_rootMessageProcesseds'], Subscriptionmainnet_rootMessageProcessedsArgs, MeshContext>,
Expand Down

0 comments on commit a2cce9b

Please sign in to comment.